testing.filterMatch.matches (method)

3 uses

	testing (current package)
		match.go#L32: 	matches(name []string, matchString func(pat, str string) (bool, error)) (ok, partial bool)
		match.go#L86: 	ok, partial = m.filter.matches(elem, m.matchFunc)
		match.go#L128: 		if ok, partial = m.matches(name, matchString); ok {